home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / CALib & You… / CALib Release Notes < prev    next >
Encoding:
Text File  |  1995-12-09  |  2.6 KB  |  65 lines  |  [TEXT/ttxt]

  1. CALib DR4 Release Notes
  2. November 13th, 1995
  3. Written by the CALib Design Team.
  4.  
  5.  
  6.  
  7. Soft Contents:
  8. ===========
  9. This release of CALib contains the following items:
  10. a) CAProxyPart OpenDoc editor, based on OpenDoc™ 1.0
  11. b) CASampleStatic demonstration application (with CALib statically linked in)
  12. d) all source files, and resources needed to build the CASampleStatic application
  13. e) CALib documentation
  14.  
  15.  
  16. Installation (NOTE: This version of CASampleStatic and CAProxyPart run on PPC only) :
  17. ===========
  18. a) install the OpenDoc 1.0 build on your target system
  19. b) place “CAProxyPart” in “System Folder:Extensions:OpenDoc Libraries” folder
  20. d) place  CASampleStatic wherever you like to put your applications.
  21.  
  22.  
  23. CASampleStatic Description:
  24. ===================
  25. CASampleStatic was designed to be a very simple application that demonstrates support for most of the popular System 7.5 services. It serves as a model for adding CALib calls to your application. Simply search for all occurrences of the “#ifdef USE_CALIB” conditional compilation directive: these should provide you with a guidepost for where and how to modify your own applications to be viable OpenDoc container applications capable of embedding parts!
  26.  
  27.  
  28. CALib API Description:
  29. ====================
  30. The description of the CALib API can be found in the CALib documentation.
  31.  
  32. Caveats:
  33. =========
  34. The following caveats apply to this version of CALib:
  35. a) The API may change somewhat.
  36. b) The documentation is not quite current.
  37. c) CASampleStatic does not yet exercise OpenDoc Linking.
  38. d) There are undoubtedly bugs in both the CASampleStatic application and CAProxyPart -  see the CALib Known Problems document for details.
  39.  
  40. Fixed since DR3:
  41. =============
  42. The following list of problems with CALib DR3 have been fixed in this release:
  43.  
  44. Features which do or may cause crashes:
  45. •    Paste of cut embedded frame causes crash
  46. •    Clipboard support in general
  47. •    CASampleStatic crashes using embedded part's "View in Window" command    
  48. •    Fatal error embedding PictureViewer stationery in CASampleStatic document    
  49.  
  50. Currently unsupported features in CASampleStatic:
  51. •    Part Info isn't supported by CASampleStatic
  52. •    Open Selection is not supported by CASampleStatic    
  53. •    CASampleStatic doesn't hide floating window    
  54.  
  55. Features which have functional problems:
  56. •    Clicking active border does not select embedded frame    
  57. •    CASampleStatic documents cannot be reopened    
  58. •    Warning embedding sample part into CASampleStatic document    
  59.  
  60. Features which have cosmetic problems:
  61. •    Drag highlighting remains if you drag in and then back out    
  62. •    CASampleStatic requires CALib to run
  63. •    Various update problems
  64.  
  65.